{% extends "trees/base.html" %} {% block title %}Dashboard - JM3{% endblock %} {% block content %}

{% if org %}{{ org.name }}{% else %}JM3{% endif %} Dashboard

Environmental Score: {{ environmental_score }} ({{ grade }})

We know which trees exist, where, who planted them — and whether they survived.

🌳Register Trees
🏠Register Nursery
πŸ”Monitor Trees
πŸ—ΊοΈView Map
+ Bulk Planting Session
Trees Planted

{{ total }}

Survival Rate

{{ survival_rate }}%

Verified

{{ verified }}

Suspicious

{{ suspicious }}

Active Monitors

{{ active_monitors }}

Nursery Partners

{{ nursery_partners }}

Alive

{{ alive }}

Dead

{{ dead }}

Species Performance
{% for row in by_species %} {% empty %} {% endfor %}
SpeciesPlantedAliveSurvival
{{ row.species__common_name }} {{ row.total }} {{ row.alive }} {% widthratio row.alive row.total 100 %}%
No trees registered yet.
+ Register a Tree View GIS Map {% endblock %}